home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / pock51.zip / BROWSE.BAT < prev    next >
DOS Batch File  |  1997-07-26  |  578b  |  18 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. echo Analysing. Please Wait...
  4. d /Q(//rs-f %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo Browse current/specified subdirectories for all or specfied filespecs
  8. echo analysing all subdirectories found
  9. echo.
  10. echo usage: BROWSE p1 p2 p3..
  11. echo   e.g. BROWSE /T            "Browse files modified today"
  12. echo        BROWSE *.C /- DEMO*  "Browse *.C files, but ignoring DEMO*"
  13. echo        BROWSE C: D: *.BAK   "Browse drives C: and D: for *.BAK files"        
  14. echo.
  15. echo (The user can also BROWSE simply using the command "D /Q")
  16. :exit
  17.  
  18.